PushNodesByBackendIdsToFrontendRequest

data class PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)

Represents request frame that can be used with DOM#pushNodesByBackendIdsToFrontend operation call.

Requests that a batch of nodes is sent to the caller given their backend node ids.

See also

Constructors

PushNodesByBackendIdsToFrontendRequest
Link copied to clipboard
fun PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)

Properties

backendNodeIds
Link copied to clipboard
val backendNodeIds: List<BackendNodeId>
The array of backend node ids.

Sources

jvm source
Link copied to clipboard